-
Notifications
You must be signed in to change notification settings - Fork 1k
Tab manager update: Add a bottom toolbar position support #6373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab manager update: Add a bottom toolbar position support #6373
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
b41e705
to
3349704
Compare
d4c5844
to
da3440f
Compare
this as CoordinatorLayout.LayoutParams | ||
this.behavior = null | ||
if (settingsDataStore.omnibarPosition == OmnibarPosition.TOP) { | ||
this.topMargin = 56.toPx() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Should this be a dimen/constant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3349704
to
83a0c10
Compare
da3440f
to
f83f061
Compare
f83f061
to
55988e2
Compare
3c1febc
to
7479929
Compare
4f0c462
into
feature/ondrej/tab-manager-redesign
Task/Issue URL: https://app.asana.com/1/137249556945/project/1207418217763355/task/1210728360131190?focus=true
Description
This PR adds the bottom toolbar support, which displays the tab manager toolbar in a position set in the Appearance settings.
Steps to test this PR